From cbf858574042182d19fc9d8cd32d52b7005ddb22 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 1 Dec 2014 10:43:25 +0100 Subject: [PATCH] Remove --parallel from dh hopefully fixes build on i386 buildd --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3cfe68d3..e77ba10a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pcl (1.7.2-6) unstable; urgency=medium + + * Remove --parallel from dh to fix build on i386 buildd. + + -- Jochen Sprickerhof Mon, 01 Dec 2014 10:46:10 +0100 + pcl (1.7.2-5) unstable; urgency=medium [Leopold Palomo-Avellaneda] diff --git a/debian/rules b/debian/rules index 303ac45b..623282e7 100755 --- a/debian/rules +++ b/debian/rules @@ -87,7 +87,7 @@ override_dh_installchangelogs: %: - dh $@ --parallel --builddirectory=build + dh $@ --builddirectory=build get-orig-source: -- 2.30.2